home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / DefineButton2_333 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  92 b   |  6 lines

  1. on(release){
  2.    _root.copter_sound.start(0,999);
  3.    mute = false;
  4.    gotoAndStop(1);
  5. }
  6.